/*
	Theme Name: Herbae
	Theme URI: https://herbae.id
	Description: Custom WP Theme for Herbae
	Version: 1.07.2025
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: teh herbal
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
:root {
	--sage: #699774;
	--deepindigo: #343480;
	--mutedterracotta: #921c1c;
	--warmsand: #c5ae91;
	--jetblack: #0a0a0a;
	--coppergold: #b87332;
	--light: #edeeeb;
	--super-light: #f7f7f7;
	--white: #fff;
}
body {
	font:300 14px/1.7 'Inter', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: var(--white);
	color: var(--jetblack);
	width: 100%;
	height: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: var(--white);
    color: var(--jetblack);
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #1b2e4f;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: var(--sage);
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: var(--jetblack);
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--jetblack);
}

strong {
	font-weight: 700;
}
h1 {font-weight: 700; color: var(--jetblack); font-size: 50px; font-family: 'Philosopher'; line-height: 1.1;}
h2 {font-weight: 700; color: var(--jetblack); font-size: 40px; font-family: 'Philosopher'; line-height: 1.1;}
h3 {font-weight: 700; color: var(--jetblack); font-size: 30px; font-family: 'Philosopher'; line-height: 1.1;}
h4 {font-weight: 600; color: var(--jetblack); font-size: 24px;}
h5 {font-weight: 600; color: var(--jetblack); font-size: 20px;}
h6 {font-weight: 600; color: var(--jetblack); font-size: 16px;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

/* header */
.header {
	position: fixed;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	top: 0;
	left: 0;
	z-index: 999;
	height: 80px;
}
.header .container {
	width: 100%;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: 30px;
	transition: all .2s linear; 
}
.header .container .logo {
	display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 99;
    background-color: #fff2de;
    padding: 20px;
    border-radius: 0 0 10px 10px;
	transition: all .2s linear; 
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo a img {
	width: 90px;
    height: auto;
    display: block;
	transition: all .2s linear; 
}
.header .container .contact {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.header .container .contact img {height: 40px;}
.header .container .contact .widget_nav_menu {
	position: relative;
}
.header .container .contact .widget_nav_menu ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .container .contact .widget_nav_menu ul li {
	margin-left: 30px;
}
.header .container .contact .widget_nav_menu ul li a {
	border-radius: 70px;
	font-weight: 400;
	padding: 10px 20px;
	font-size: 16px;
	background-color: var(--deepindigo);
	color: var(--white);
}
.header .container .contact .widget_nav_menu ul li a i {
	position: relative;
	top: 0;
}
.header .container .contact .widget_nav_menu ul li a span {
	margin-left: 7px;
}
.header.scrolled {
	position: fixed;
	background-color: var(--sage);
	top: 0;
	-webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}
.header.scrolled .container {
	top: 0;
	background-color: transparent;
	box-shadow: none;
}
.header.scrolled .container .logo {
	top: 0;
}
.header.scrolled .container .logo a img {
	width: 80px;
}

.nav {
	position: relative;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.nav ul li a {
	display: block;
    font-size: 16px;
	font-weight: 400;
	color: var(--white);
	position: relative;
	border-radius: 70px;
	padding: 10px 20px;
	line-height: 1.3;
}
.nav ul li a:hover {
	color: var(--white);
	background-color: var(--coppergold);
}
.nav ul li.current_page_item a {
	color: var(--white);
	background-color: var(--coppergold);
}
.nav ul li.current_page_item a:hover {
	color: var(--white);
	background-color: var(--coppergold);
}
.nav ul li.menu-item-has-children:hover a {
	color: var(--white);
	background-color: var(--coppergold);
}
.nav ul li.menu-item-object-product_cat.current-menu-item a {
	color: var(--white);
	background-color: var(--coppergold);
}
/* sub menu 1 */
.nav ul li ul.sub-menu {
	display: none;
	position: absolute;
}
.nav ul li:hover ul.sub-menu {
	display: block;
    left: 0;
    z-index: 9;
    border-top: 0;
    padding: 15px 20px;
    width: 250px;
    background-color: var(--jetblack);
}

.nav ul li ul.sub-menu li {
	display: block;
	margin: 0;
	border-bottom: 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255, .2);
}
.nav ul li ul.sub-menu li a {
	display: block;
	color: var(--white) !important;
	font-size: 13px;
	padding: 20px 0;
	border-top: 0;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	position: relative;
}
.nav ul li ul.sub-menu li:hover a {
	color: var(--grey) !important;
}
.nav ul li ul.sub-menu li.menu-item-has-children a {
	color: #fff;
}
.nav ul li ul.sub-menu li:last-child {
	border: 0;
}
.nav ul li ul.sub-menu li:last-child a {
	padding-bottom: 0;
}

.image-slide {
	line-height: 0;
}

.featured-product {
	position: relative;
}
.featured-product .img-hover {
	position: absolute;
	opacity: 0;
	top: 0;
	transform: scale(.65);
	transition: all .5s linear;
}
.featured-product:hover .img-hover {
	transform: scale(.95);
	opacity: 1;
	transition: all .5s linear;
	top: -10px;
}
.featured-product .img-product {
	transform: scale(1);
	transition: all .5s linear;
}
.featured-product:hover .img-product {
	transform: scale(.75);
	transition: all .5s linear;
}

.list-produk {
	position: relative;
}
.list-produk ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-produk ul li {
	width: 25%;
	text-align: center;
	padding: 40px;
}
.list-produk ul li .thumb {
	border-bottom: 0;
}
.list-produk ul li h4 {
	line-height: 1.2;
	margin: 15px 0 0 0;
	font-size: 21px;
	font-family: 'Philosopher';
	background-color: var(--white);
    padding: 7px 15px;
    border-radius: 70px;
}
.list-produk ul li h4 a {
	color: var(--sage);
}

.list-artikel {
	position: relative;
}
.list-artikel ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-artikel ul li {
	width: 31.33333%;
}
.list-artikel ul li .thumb {
	border-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 220px;
}
.list-artikel ul li .thumb a img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.list-artikel ul li h4 {
	line-height: 1.2;
	margin: 15px 0 10px 0;
	font-size: 18px;
}
.list-artikel ul li .metadata {
	font-size: 12px;
	color: var(--warmsand);
	margin: 0;
	border: 1px solid var(--warmsand);
	border-radius: 5px;
	padding: 6px 10px;
	display: inline-block;
	line-height: 1;
}
.list-artikel ul li p {
	line-height: 1.3;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	background-color: var(--deepindigo);
}
#foot .footer-icon {
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: #fff2de;
	padding: 10px;
	width: 60px;
	height: 60px;
	border-radius: 70px;
}
#foot .footer-icon img {
	width: 100%;
	height: auto;
}
#foot .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 0 60px 0;
	font-size: 13px;
	position: relative;
	color: rgba(255,255,255, .9);
	line-height: 1.5;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#foot .container h3 {
	color: var(--white);
	font-weight: 600;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 1.1;
	margin-top: 0;
	padding-bottom: 5px;
}
#foot .container a {
	color: rgba(255,255,255, .9);
}
#foot .container a:hover {
	color: var(--white);
}
#foot .container > div {
	overflow: hidden;
	width: 25%;
}
#foot .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot .container ul li {
	position: relative;
	padding: 0 0 15px 0;
}
#foot .container ul li a {
	display: block;
	padding: 0;
	color: rgba(255,255,255, .9);
	line-height: 1.1;
}
#foot .container ul li a:hover {
	color: var(--white);
	text-decoration: underline;
}
#foot .container ul li a i {
	width: 16px;
	margin-right: 7px;
}
#foot .container ul#menu-socmed {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#foot .container ul#menu-socmed li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
#foot .container ul#menu-socmed li a {
	display: block;
	color: var(--deepindigo);
	background-color: var(--white);
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 35px;
	border-radius: 70px;
}
#foot .container ul#menu-socmed li a:hover {
	color: var(--white);
	background-color: var(--sage);
}
#foot .container ul#menu-socmed li a i {
	font-size: 16px;
	margin-right: 0;
}
.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	color: var(--white);
	font-size: 13px;
	font-weight: 300;
	overflow: hidden;
	background-color: var(--deepindigo);
	position: relative;
	text-align: center;
	border-top: 1px solid rgba(255,255,255, .2);
}
.copyright .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	color: rgba(255,255,255, .9);
	z-index: 2;
	line-height: 1.4;
}

.a2a_svg {
	border-radius: 50px !important;
	padding: 4px !important;
}

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: var(--sage);
	overflow: hidden;
}
#big-title:after {
	content: "";
	background-color: rgba(56, 86, 63, 1);
	opacity: 0.6;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#big-title .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 200px 20px 100px 20px;
	position: relative;
	text-align: center;
	z-index: 2;
}
#big-title .container h1 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: var(--white);
}
#big-title img {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
	mix-blend-mode: luminosity;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: var(--white);
}
#main-wrapper .container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	color: var(--jetblack);
}

#main-wrapper .container.grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-wrapper .container.grid article {
	width: 31.33333%;
	margin-bottom: 40px;
}
#main-wrapper .container.grid article .post-thumb {
	border-radius: 10px;
	overflow: hidden;
	height: 220px;
}
#main-wrapper .container.grid article .post-thumb a img {
	object-fit: cover;
	height: 220px;
	width: 100%;
}
#main-wrapper .container.grid article .post-wrap h2 {
	font-size: 20px;
	line-height: 1.3;
	margin: 15px 0 0 0;
}
#main-wrapper .container.grid article .post-wrap h2 a:hover {
	color: var(--jetblack);
}
#main-wrapper .container.grid article .post-wrap .metadata {
	margin: 10px 0 0 0;
}
#main-wrapper .container.grid article .post-wrap .metadata h5 {
	font-size: 12px;
	color: var(--warmsand);
	margin: 0;
	border: 1px solid var(--warmsand);
	border-radius: 5px;
	padding: 6px 10px;
	display: inline-block;
	line-height: 1;
	font-weight: 300;
}
#main-wrapper .container.grid article .post-wrap p {
	margin: 10px 0 0 0;
	line-height: 1.5;
}

#main-wrapper .container .content {
	width: 70%;
	position: relative;
	float: left;
}

#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
}
#main-wrapper .container .content article.full {
	width: 100%;
}
#main-wrapper .container .content article.full img {
	width: 100%;
	border-radius: 15px;
}
#main-wrapper .container .content article.full h1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 20px;
}
#main-wrapper .container .content article.full .metadata {
	margin: 0;
	font-size: 12px;
	color: var(--jetblack);
	background-color: var(--light);
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
}
#main-wrapper .container .content article.full h2 {
	font-size: 32px;
	line-height: 1.1;
}
#main-wrapper .container .content article.full h3 {
	font-size: 27px;
	line-height: 1.1;
}
#main-wrapper .container .content article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}

#main-wrapper .container .content.produk {
	position: relative;
}
#main-wrapper .container .content.produk article .thumb {
	width: 45%;
	float: left;
	padding: 30px 0 0 0;
	background-color: #f5f8f2;
	border-radius: 10px;
}
#main-wrapper .container .content.produk article .body-content {
	float: right;
	width: 50%;
}
#main-wrapper .container .content.produk article .body-content h3.harga {
	margin: 0 0 30px 0;
	font-size: 18px;
	font-family: 'Inter';
	color: var(--mutedterracotta);
	border-bottom: 2px solid var(--light);
	padding-bottom: 15px;
	font-weight: 400;
	font-style: italic;
}
#main-wrapper .container .content.produk article .cta {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #82ac8c;
    padding-top: 20px;
	display: none;
}
#main-wrapper .container .content.produk article .cta h4 {
	margin: 0 0 15px 0;
	font-size: 13px;
	display: block;
	width: 100%;
}
#main-wrapper .container .content.produk article .cta .wa {
	display: inline-block;
	margin: 15px 0 0 0;
}
#main-wrapper .container .content.produk article .cta .wa a {
	display: inline-block;
	border: 1px solid #0aab6b;
	padding: 8px 20px;
	border-radius: 50px;
	background-color: #0aab6b;
	color: var(--white);
	display: block;
	font-size: 16px;
}
#main-wrapper .container .content.produk article .cta .call {
	display: inline-block;
	margin: 0 20px 0 0;
}
#main-wrapper .container .content.produk article .cta .call a {
	display: inline-block;
	border: 2px solid #c6900e;
	padding: 7px 20px;
	border-radius: 50px;
	background-color: var(--white);
	color: #c6900e;
	display: block;
	font-size: 16px;
}
#main-wrapper .container .content.produk article .cta .marketplace {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main-wrapper .container .content.produk article .cta .marketplace span {
	margin: 0 10px;
}
#main-wrapper .container .content.produk article .cta .marketplace span a {
	background-color: var(--white);
	border-radius: 5px;
	line-height: 0;
	display: block;
}
#main-wrapper .container .content.produk article .cta .marketplace span a img {
	width: 60px;
}

#main-wrapper .container .content.produk article .cta.desktop {
	display: block;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	background-color: #cfe6d4;
}

.pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
}
.pagination .page-numbers {
	background-color: var(--white);
	color: var(--jetblack);
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 5px;
}
.pagination .page-numbers.current {
	background-color: #1b2e4f;
	color: var(--white);
}
.pagination .page-numbers:hover {
	background-color: #1b2e4f;
	color: var(--white);
}

form.search {
	width: 100%;
	margin-bottom: 30px;
}
form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 11px;
	background-color: var(--white);
}
form.search button[type="submit"] {
	background-color: #bdaea4;
	color: var(--white);
	outline: none;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 35%;
	padding: 0;
}
form.search button[type="submit"]:hover {
	background-color: #483e38;
}
#related {
    position: relative;
    width: 27%;
    overflow: hidden;
    float: right;
}
#related h3 {
    font-size: 21px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 30px;
    background-color: var(--sage);
    color: var(--white);
    border-radius: 5px;
    padding: 12px 20px;
    display: block;
}
#related ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#related ul li {
    width: 100%;
    margin-bottom: 25px;
}
#related ul li .thumb {
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
}
#related ul li .thumb a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
#related ul li h4 {
	margin: 10px 0 0 0;
	line-height: 1.3;
	font-size: 16px;
}
#related ul li h4 a {
	display: block;
	color: var(--deepindigo);
}
#related ul li h4 a:hover {
	color: var(--jetblack);
}
#related ul li .metadata {
	font-size: 12px;
	color: var(--jetblack);
	background-color: var(--light);
	border-radius: 5px;
	padding: 7px 10px;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
}
#related ul li .metadata h4 {
	font-weight: 600;
	margin: 10px 0 0 0;
	color: var(--grey);
    font-size: 14px;
}
#related ul li .metadata h4 a:hover {
	color: var(--jetblack);
}
#related ul li .metadata h5 {
	font-weight: 500;
	font-size: 12px;
	margin: 20px 0 0 0;
	color: #1b2e4f;
	line-height: 1;
}

#related.produk ul li {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 7px;
	padding: 15px;
	border: 2px solid #e8eee3;
}
#related.produk ul li .thumb {
	width: 60px;
	margin-right: 20px;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 0;
}
#related.produk ul li .thumb a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#related.produk ul li .content-right {
	position: relative;
}
#related.produk ul li .content-right h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
}
#related.produk ul li .content-right .harga h5 {
	margin: 0;
	font-size: 14px;
	color: var(--mutedterracotta);
	font-weight: 300;
	line-height: 1.3;
}

div.wpcf7 {position: relative;}
div.wpcf7 label {position: relative; font-size: 14px; font-weight: 600; width: 100%; float: left;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 h3 {margin: 0; font-size: 13px;}
div.wpcf7 .wpcf7-form {position: relative; overflow: hidden;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	border: 2px solid var(--light);
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	color: var(--jetblack);
	background-color: var(--white);
	display: block;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 2px solid var(--jetblack);
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 2px solid var(--light);
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	margin: 5px 0 15px 0;
	color: var(--jetblack);
	background-color: var(--white);
	display: block;
	border-radius: 5px;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div.wpcf7 .wpcf7-form select {
	height: auto;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	border: 2px solid var(--jetblack);
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: 100%;
	outline: 0;
	border: 0;
	line-height: 40px;
	font-weight: 600;
	padding: 0 30px;
	height: 44px;
	color: var(--jetblack);
	display: block;
	width: auto;
	text-align: center !important;
	font-size: 14px;
	background-color: var(--warmsand);
	border-radius: 5px;
    font-size: 16px;
    margin: 5px 0 0 0;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: var(--sage);
	outline: 0;
	color: var(--white);
}
span.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
    overflow: hidden;
    font-size: 12px;
    background-color: var(--white);
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 5px 7px 0 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0.2em 1em !important;
    border: 0 !important;
    width: 100% !important;
    float: left !important;
    background-color: var(--jetblack)0001c !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}

.header #megamenu {
  position: relative;
  text-transform: uppercase;
  z-index: 9999;
  cursor: pointer;
  left: 20px;
  display: none;
}

#nav-toggle { cursor: pointer; padding: 0; }
#nav-toggle strong {font-size: 10px; line-height: 1; display: block; color: var(--white); margin-top: 12px; font-weight: 400;}
#nav-toggle span {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background:var(--white);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background:var(--white);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background:var(--white);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -5px; 
}
#nav-toggle span:after {
  bottom: -5px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: var(--coppergold);
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  background-color: var(--sage);
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.menu-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-dropdown ul li {
	border-bottom: 1px solid rgba(255,255,255, .2);
}
.menu-dropdown ul li a {
	color: var(--white);
	padding: 12px 0;
	display: block;
}
.menu-dropdown ul li a i {
	color: rgba(255,255,255, .7);
}
.menu-dropdown ul li ul.sub-menu {
	margin-left: 20px;
}
.menu-dropdown ul li ul.sub-menu li {
	position: relative;
}
.menu-dropdown ul li ul.sub-menu li a {
	font-size: 14px;
	padding: 7px 0;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}
.whatsapp a {
    color: var(--white);
	width: 60px;
	height: 60px;
    padding: 0;
	text-align: center;
	line-height: 60px;
    background: var(--deepindigo);
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    display: block;
}
.whatsapp a img {
    vertical-align: middle;
    width: 32px;
    position: relative;
    padding: 0;
    top: 0;
}

#slickbox {
	position: absolute;
    right: 0;
    display: none;
    z-index: 999;
    width: 250px;
    top: 100px;
}
#slickbox .widget_product_search {
	display: flex;
    justify-content:space-between;
    border: 2px solid var(--jetblack);
    background-color: var(--white);
}
#slickbox form.woocommerce-product-search {
	width: 100%;
	display: flex;
}
#slickbox form.woocommerce-product-search input[type="search"] {
	background-color: var(--white);
	border: 0;
	outline: none;
	height: 30px;
	text-indent: 7px;
	font-size: 14px;
}
#slickbox form.woocommerce-product-search button[type="submit"] {
	background-color: var(--jetblack);
	border: 0;
	outline: none;
	height: 32px;
	color: var(--white);
	font-size: 14px;
	margin-left: auto;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1400px) {
	.header,
	.navbar .nav,
	#main-wrapper .container,
	#big-title,
	.copyright .container,
	#foot .container {padding-left: 20px !important; padding-right: 20px !important;}
	.nav ul li a {font-size: 16px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.header {display: block; z-index: 999; top: 0; height: 60px; position: fixed; padding-left: 0 !important; padding-right: 0 !important; box-shadow: none; background-color: transparent;}
	.header .container {position: relative; padding: 0; height: 60px; border-radius: 0; top: 0; padding-left: 20px; padding-right: 20px; box-shadow: none;}
	.header .container .logo {top: 0; padding: 10px;}
	.header .container .logo a img {width: 60px;}
	.banner {margin-top: 0 !important;}
	.nav {display: none;}
	.header .container .contact img {height: 30px;}
	.header.scrolled {transition: none; height: 60px;}
	.header.scrolled .container {height: 60px;}
	.header.scrolled .container .logo {top: 0; padding: 10px;}
	.header.scrolled .container .logo a img {width: 50px;}
	.header .navigation {height: 0;}
	.header .navigation .inner {height: 0;}
	
	.header #megamenu {display: block !important; top: 24px; z-index: 99; position: absolute;}
	.header.scrolled #megamenu {display: block !important; top: 24px; z-index: 99;}
  	
  	.menu-dropdown {display: block; top: 60px;}
  	.header.scrolled .menu-dropdown {display: block; top: 60px;}
  	.menu-dropdown .nav ul li ul.sub-menu {left: 0; display: block !important;}
  	.menu-dropdown .nav ul li ul.sub-menu li a {font-size: 16px;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}

	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 18px;}
	h5 {font-size: 14px;}
	h6 {font-size: 12px;}

	.header .container .contact .widget_nav_menu {display: none;}

	.list-produk ul {display: flex;}
	.list-produk ul li {
		width: 50%;
		padding: 20px;
	}
	.featured-product .img-hover {
		position: absolute;
		opacity: 0;
		top: 0;
		transform: scale(.65);
		transition: all .5s linear;
	}
	.featured-product:hover .img-hover {
		transform: scale(.75);
		opacity: 1;
		transition: all .5s linear;
		top: -20px;
	}
	.featured-product .img-product {
		transform: scale(1);
		transition: all .5s linear;
	}
	.featured-product:hover .img-product {
		transform: scale(.85);
		transition: all .5s linear;
	}

	.list-artikel ul {display: block;}
	.list-artikel ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	#big-title {padding: 100px 20px 50px 20px;}
	#big-title .container {padding: 0;}
	#big-title .container h1 {font-size: 35px;}

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 0;}
	#main-wrapper .container.grid {display: block;}
	#main-wrapper .container.grid article {width: 100%;margin-bottom: 30px;}
	#main-wrapper .container.grid article .post-wrap p {font-size: 14px;}
	#main-wrapper .container .content {width: 100%; float: none;}
	#main-wrapper .container .content article.full img {width: 100%;}
	#main-wrapper .container .content article.full h1 {font-size: 22px;}
	#main-wrapper .container .content article.full h2 {font-size: 20px;}
	#main-wrapper .container .content article.full h3 {font-size: 16px;}
	#main-wrapper .container .content article.full p {line-height: 1.6;}
	#main-wrapper .container .content article.full ul li {font-size: 15px; line-height: 1.6; font-weight: 400;}
	#main-wrapper .container .content.produk article .body-content h3.harga {font-size: 17px;}
	#main-wrapper .container .content.produk article .thumb {width: 100%; margin-right: 0; text-align: center; padding: 30px 0;}
	#main-wrapper .container .content.produk article .thumb img {max-width: 200px;}
	#main-wrapper .container .content.produk article.full h1 {font-size: 30px;}
	#main-wrapper .container .content.produk article .body-content {width: 100%; float: left; margin-top: 10px;}
	#main-wrapper .container .content.produk article .cta .marketplace {margin-bottom: 0;}

	#related {width: 100%; float: left; margin-top: 40px;}
	#related h3 {font-size: 21px;}
	#related ul li h4 {font-size: 16px;}

	#foot .container {padding: 50px 20px 10px 20px !important;}
	#foot .container > div {width: 50%; margin: 15px 0;}
	#foot .container > div:first-child {width: 100%; margin: 15px 0;}
	#foot .container h3 {font-size: 16px;}
	#foot .container > div:nth-child(4) {clear: both;}
	#foot .container ul li {text-align: left;}
	.copyright {line-height: 1.3; color: rgba(0,0,0,.7); padding-left: 15px; padding-right: 15px;}
	.copyright .container {font-size: 12px;}
	.copyright > div {width: 100%; border-right: 0; padding-right: 0; padding-bottom: 15px;}
	.copyright .container .col {display: block; width: 100%; text-align: center;}
	.copyright .container .col:last-child {text-align: center; margin-top: 10px;}
	.copyright .container .col ul.socmed li {float: none; margin: 0 10px;}
}
@media only screen and (max-width:640px) {
}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:var(--white);
	border: 0;
	max-width:100%;
	padding:0;
	font-size: 13px;
	font-style: italic;
}
.wp-block-image figcaption {
	position: relative;
	top: -10px;
	line-height: 1.3;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-style: italic;
	position: relative;
	padding: 10px 20px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:var(--jetblack) !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid var(--grey);
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--jetblack);
}
