/*
	Theme Name: Kopi Luwak Luwak
	Theme URI: https://kopiluwak.coffee
	Description: Custom WP Theme for Kopi Luwak
	Version: 1.07.2025
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: coffee
*/

/* 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%;
}
body {
	font: 300 18px/1.6 'Manrope', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: var(--green);
	color: var(--white);
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

:root {
	--green: #006e28;
	/*--gold: #b18c44;*/
	--gold: #EBCB39;
	--dark: #110f0f;
	--grey: #999;
	--light: #edeeeb;
	--white: #fff;
}
blockquote {
	background-color: var(--white);
    color: var(--dark);
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid var(--green);
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: var(--gold);
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: var(--gold);
	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(--dark);
}

strong {
	font-weight: 700;
}
h1 {font-weight: 500; color: var(--white); font-size: 45px;}
h2 {font-weight: 500; color: var(--white); font-size: 40px;}
h3 {font-weight: 500; color: var(--white); font-size: 27px;}
h4 {font-weight: 400; color: var(--white); font-size: 18px;}
h5 {font-weight: 400; color: var(--white); font-size: 15px;}
h6 {font-weight: 400; color: var(--white); font-size: 12px;}

#gold-gradient {
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
}
#gold-gradient:hover {
	opacity: .9;
}
.elementor-button {
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
}
.elementor-button:hover {
	opacity: .9;
}
.elementor-button#transparent {
	color: var(--gold);
	background: transparent;
    background-color: transparent;
}
.elementor-button#transparent:hover {
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
	opacity: 1;
}
.elementor-button#dark {
	color: var(--white);
	background: var(--dark);
    background-color: var(--dark);
}
.elementor-button#dark:hover {
	color: var(--white);
	opacity: .9;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

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

/* header */
.header {
	position: fixed;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	top: 23px;
	left: 0;
	z-index: 999;
	height: 100px;
    background-color: transparent;
    -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 .container {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	max-width: 1080px;
	padding: 0;
  	position: relative;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	justify-content: space-between;
}
.header .container .logo {
	display: inline-block;
    position: relative;
	width: 20%; 
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo a img {
	width: 100px;
    height: auto;
    display: block;
	transition: all .2s linear;
}
.header.scrolled {
	position: fixed;
	top: 0;
	height: 80px;
	-webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background-color: var(--dark);
}
.header.scrolled .container {
	height: 80px;
}
.header.scrolled .container .logo a img {
	width: 40px;
	transition: all .2s linear;
}
body.home .header.scrolled {
	top: 0;
}
.header-search {
	display: block;
	position: relative;
	top: 4px;
}
.header-search a {
	color: var(--white);
	width: 20px;
	margin-right: 20px;
}
.header-search a i {
	position: relative;
	color: var(--white);
	font-size: 20px;
}
.top-search {
	position: relative;
	top: -3px !important;
}
.top-search .is-form-style {
	width: 250px !important;
	border: 0;
	border-bottom: 1px solid #ccc !important;
	overflow: hidden;
}
.top-search .is-form-style input.is-search-input {
	background-color: transparent;
	border: 0 !important;
	padding: 0 !important;
	color: var(--dark) !important;
}
.top-search .is-form-style button.is-search-submit .is-search-icon {
	border: 0 !important;
	background-color: transparent !important;
	padding-top: 8px !important;
	color: var(--dark);
}
.top-search .is-form-style button.is-search-submit .is-search-icon:hover {
	color: var(--dark) !important;
}
.top-search .is-form-style button.is-search-submit .is-search-icon:hover path {
	color: var(--dark) !important;
	fill: var(--dark) !important;
}

.right-area {
	display: flex;
	align-items: center;
}
.right-area .header-search {
	display: block;
}
.right-area .header-search a img {
	width: 18px;
}
.right-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.right-area ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.right-area ul li a {
	font-size: 16px;
	color: var(--white);
}
.right-area ul li a img {
	position: relative;
	color: var(--white);
}

.right-area .user-acc {
	float: right;
}
.right-area .user-acc a {
	display: block;
	position: relative;
	z-index: 1;
	color: var(--green);
	margin-left: 25px;
	text-align: left;
	line-height: 1;
}
.right-area .user-acc a i {
	position: relative;
	color: var(--white);
	font-size: 20px;
}
.right-area .user-acc a span.my-acc {
	display: none;
	background-color: transparent;
	padding: 0;
}
.right-area .user-acc a img {
	margin-right: 7px;
	width: 20px;
}
.right-area #woo-cart-button {
	float: right;
	position: relative;
	display: flex;
	position: relative;
	top: 4px;
}
.right-area #woo-cart-button a {
	display: inline-block;
	position: relative;
}
.right-area #woo-cart-button a img {
	width: 20px;
	margin-right: 5px;
}
.right-area #woo-cart-button a span {
	background-color: var(--gold);
    color: var(--dark);
    border-radius: 40px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -11px;
    right: -12px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
	font-weight: 700;
}
.right-area #woo-cart-button a .woocommerce-Price-amount.amount {color: var(--white);}
.right-area #woo-cart-button a .woocommerce-Price-amount.amount bdi:after {
	display: none;
}
.right-area #woo-cart-button .cart-contents-count {
	position: absolute;
    color: var(--white);
    background-color: #e73f3f;
    z-index: 0;
    right: -17px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    top: -12px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.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;
	line-height: 40px;
	margin-right: 30px;
}
.nav ul li a {
	display: block;
    font-size: 18px;
	font-weight: 500;
	color: var(--white);
	position: relative;
}
.nav ul li a:hover {
	color: var(--gold);
}
.nav ul li.current_page_item a {
	color: var(--gold);
}
.nav ul li.current_page_item a:hover {
	color: var(--gold);
}
.nav ul li.menu-item-has-children:hover a {
	color: var(--gold);
}
.nav ul li.menu-item-object-product_cat.current-menu-item a {
	color: var(--gold);
	font-weight: 500;
}
/* 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(--dark);
}

.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: var(--light);
	font-size: 18px;
}
.nav ul li ul.sub-menu li:last-child {
	border: 0;
}
.nav ul li ul.sub-menu li:last-child a {
	padding-bottom: 0;
}
.hero-title {
	margin: 0 0 10px 0;
	height: 140px;
}
.hero-title h1 {
	margin: 0;
}
.hero-title h1 a.typewrite {
	line-height: 1;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	display: block;
	color: var(--white);
}

.full-width .woocommerce ul.products {
	width: 100% !important;
	float: left;
}

.why-choose {
	position: relative;
}
.why-choose .elementor-image-box-img {
	position: relative;
	top: 9px;
}
.why-choose .elementor-image-box-content h3 {
	margin: 0 0 10px 0;
}

ul.display-posts-listing {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
}
ul.display-posts-listing li {
	width: 100%;
	border-bottom: 1px solid var(--dark);
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}
ul.display-posts-listing li a.title {
	display: block;
	color: var(--dark);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
ul.display-posts-listing li a.title:hover {
	text-decoration: underline;
}
ul.display-posts-listing li .excerpt {
	font-size: 15px;
	color: var(--dark);
}
ul.display-posts-listing li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer {
	position: relative;
}
.footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul.menu li a {
	color: #ffffff59;
	font-size: 14px;
}
.footer ul.menu li a:hover {
	color: var(--white);
}

.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	background-color: var(--dark);
	position: relative;
}
.copyright .container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	color: rgba(255,255,255, .7);
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.copyright .container .col {
	width: 33.333333%;
}
.copyright .container .col img {
	width: 70px;
}
.copyright .container .col.middle {
	text-align: center;
}
.copyright .container .col.right {
	text-align: right;
}
.copyright .container .col.right img {
	width: 150px;
}

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(img/bg-hero.jpg) no-repeat center center;
	background-size: cover;
	background-color: var(--dark);
	height: 220px;
}
#big-title .container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 250px 0 150px 0;
	position: relative;
    text-align: center;
    z-index: 1;
}
#big-title:after {
	content: "";
	background-color: rgba(0,0,0, .7);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}
#big-title .container h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
}
#big-title img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.breadcrumb {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-size: 13px;
	color: var(--white);
	width: 100%;
	padding: 0;
	font-weight: 300;
}
.breadcrumb a {
	font-weight: 600;
	color: var(--white) !important;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb i {
	margin: 0 10px;
	color: #ccc;
}

.single .breadcrumb {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-size: 13px;
	color: #2b2b2b;
	width: 100%;
	padding: 0;
	font-weight: 300;
}
.single .breadcrumb a {
	font-weight: 600;
	color: var(--green) !important;
}
.single .breadcrumb a:hover {
	text-decoration: underline;
	color: #2b2b2b !important;
}
.single .breadcrumb i {
	margin: 0 10px;
	color: #ccc;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: var(--green);
}
#main-wrapper .container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	color: var(--white);
}
.filter-post {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
	position: relative;
	overflow: hidden;
	color: var(--white);
	border-bottom: 2px solid rgba(255,255,255, .2);
}
.filter-post form select {
	padding: 5px 10px;
	height: 32px;
    border: 0;
    color: var(--white);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}
.filter-post form select option {
	background-color: var(--dark);
	border-radius: 5px;
	border: 0;
	outline: none;
}
.filter-post form input {
	padding: 5px 10px;
	height: 30px;
	font-size: 14px;
	background-color: var(--gold);
	color: var(--dark);
	border: 0;
	border-radius: 5px;
	outline: none;
}
#main-wrapper .container.grid {
	position: relative;
	display: block;
}
#main-wrapper .container.grid article {
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid rgba(255,255,255, .2);
	overflow: hidden;
}
#main-wrapper .container.grid article .post-thumb {
	float: left;
	width: 450px;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 30px;
}
#main-wrapper .container.grid article .post-thumb img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
#main-wrapper .container.grid article .post-wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#main-wrapper .container.grid article .post-wrap h2 {
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
	font-weight: 500;
}
#main-wrapper .container.grid article .post-wrap h2 a {
	color: var(--white);
}
#main-wrapper .container.grid article .post-wrap h2 a:hover {
	color: var(--gold);
}
#main-wrapper .container.grid article .post-wrap .metadata {
	margin: 0;
	color: var(--white);
	font-size: 12px;
	display: block;
	line-height: 1;
	font-weight: 300;
	margin-top: 30px;
}
#main-wrapper .container.grid article .post-wrap p {
	margin: 20px 0 0 0;
	line-height: 1.5;
	font-size: 16px;
	color: rgba(255,255,255, .8);
}
#main-wrapper .container.grid article .post-wrap .readmore {
	margin: 15px 0 0 0;
	display: block;
	width: 100%;
}
#main-wrapper .container.grid article .post-wrap .readmore a {
	color: var(--dark);
	padding: 12px 30px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 10px;
	line-height: 1;
	display: inline-block;
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
}
#main-wrapper .container.grid article .post-wrap .readmore a:hover {
	opacity: .9;
}

#main-wrapper .post-header {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 0 50px 0;
	text-align: center;
}
#main-wrapper .post-header h1 {
	margin: 0;
    font-size: 40px;
    line-height: 1.2;
}
#main-wrapper .post-header p {
	margin: 5px 0 0 0;
    font-size: 16px;
    color: rgba(255,255,255, .7);
}
#main-wrapper .post-thumb {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 500px;
}
#main-wrapper .post-thumb img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
#main-wrapper .container article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
}
#main-wrapper .container article.full .info-author {
	float: left;
	width: 20%;
}
#main-wrapper .container article.full .info-author h6 {
	margin: 0 0 10px 0;
	display: block;
	font-size: 14px;
	color: rgba(255,255,255, .7);
}
#main-wrapper .container article.full .info-author img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	padding: 5px;
	background-color: var(--white);
	margin-right: 10px;
}
#main-wrapper .container article.full .info-author .info {
	margin: 5px 0 0 0;
	font-size: 13px;
	font-weight: 500;
}
#main-wrapper .container article.full .body-content {
	width: 80%;
	float: right;
	padding-left: 30px;
}
#main-wrapper .container article.full .body-content img {
	width: 100%;
	margin: 0;
}
#main-wrapper .container article.full .body-content h2 {
	font-size: 27px;
	line-height: 1.4;
}
#main-wrapper .container article.full .body-content h3 {
	font-size: 24px;
	line-height: 1.4;
}
#main-wrapper .container article.full .body-content p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container article.full .body-content .harga-sewa {
	font-weight: 700;
}
#main-wrapper .container article.full .body-content p {
	line-height: 1.6;
	font-size: 15px;
}
#main-wrapper .container article.full .body-content ul li,
#main-wrapper .container article.full .body-content ol li {
	line-height: 1.6;
	font-size: 15px;
}

.pagination {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
.pagination .page-numbers {
	background-color: rgba(0,0,0, .3);
	color: var(--white);
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	border-radius: 4px;
}
.pagination .page-numbers.current {
	background-color: var(--gold);
	color: var(--dark);
}
.pagination .page-numbers:hover {
	background-color: var(--gold);
	color: var(--dark);
}

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: 100%;
    overflow: hidden;
    padding: 50px 0;
    background-color: var(--gold);
}
#related h3 {
    color: var(--dark);
    font-size: 34px; line-height: 1.2;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px 0;
}
#related ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#related ul li {
    width: 31.33333%;
}
#related ul li h4 {
	margin: 15px 0 0 0;
	line-height: 1.3;
	font-size: 20px;
}
#related ul li h4 a {
	display: block;
	color: var(--dark);
	font-weight: 500;
	font-size: 18px;
}
#related ul li h4 a:hover {
	text-decoration: underline;
}
#related ul li .related-thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
#related ul li .related-thumb a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#related ul li p {
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    margin: 10px 0 0 0;
    color: var(--dark);
}
#related ul li .metadata {
	position: relative;
	padding: 0;
}
#related ul li .metadata .author {
	float: left;
	margin-right: 15px;
}
#related ul li .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#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(--dark);
}
#related ul li .metadata h5 {
	font-weight: 500;
	font-size: 12px;
	margin: 20px 0 0 0;
	color: var(--green);
	line-height: 1;
}

/* ---------------- woocomerce custom style ----------------- */
#primary {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {padding: 10px 15px !important; border: none !important; background-color: rgba(0,0,0, .3) !important; border: 0 !important; margin-bottom: 20px; color: var(--white);}
.woocommerce-form-coupon {margin-bottom: 0 !important; width: 100%; max-width: 400px !important;}
.woocommerce-form-coupon .form-row {width: 50% !important;}
.woocommerce-form-coupon .form-row.form-row-last button {width: auto; display: inline-block; margin-left: 20px; padding: 13px 20px;}
.woocommerce-info::before {display: none !important;}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.post-type-archive-product .woocommerce-products-header .page-description {
	display: none;
}
#primary .site-main .woocommerce-products-header {
	display: none;
}
#primary .site-main .woocommerce-breadcrumb {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd !important;
	margin: 20px 0;
	text-align: center;
	display: none;
}
body.single-product #primary .site-main .woocommerce-breadcrumb {
	padding-bottom: 20px;
	margin: 20px 0 50px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd !important;
}
#primary .site-main .woocommerce ul.products li.product {
	margin-bottom: 30px;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 0;
}
.header-shop {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 0 0 0;
}
.header-shop h1 {
	margin: 0;
	font-size: 33px;
	line-height: 1.2;
}
.header-shop p {
	margin: 5px 0 0 0;
	font-size: 16px;
}
body.cart .woocommerce {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
}
body.checkout .woocommerce {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
}
body.woocommerce-order-received {padding-top: 150px;}
.woocommerce nav.woocommerce-pagination {
	width: 100%;
	float: left;
	display: block;
	margin: 30px 0 0 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 47%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 50%;
}
ul.product_list_widget {position: relative; text-align: center; margin: 0; padding: 0; list-style: none; display: flex;}
ul.product_list_widget li {padding: 15px; width: 25%; flex-wrap: wrap;}
ul.product_list_widget li a {display: block; text-transform: uppercase; font-size: 14px; line-height: 1.2;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 23%; position: relative; margin: 0 0 30px 0; text-align: center; padding: 25px; border: 0; border-radius: 10px; overflow: hidden; background-color: rgba(0,0,0, .3); border: 1px solid var(--gold);}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {transition: .2s ease-in-out; position: relative; top: 0;}
.woocommerce ul.products li.product:hover a img, .woocommerce-page ul.products li.product:hover a img {transition: .2s ease-in-out; top: -7px; position: relative;}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {content: none; display: none;}
.woocommerce ul.products li.product form.cart, .woocommerce-page ul.products li.product form.cart {display: none; visibility: hidden;}
.woocommerce ul.products li.product a h2, .woocommerce-page ul.products li.product a h2 {margin-top: 10px !important;}
.woocommerce ul.products li.product .excerpt, .woocommerce-page ul.products li.product .excerpt {font-size: 12px;}
.woocommerce ul.products li.product .quantity, .woocommerce-page ul.products li.product .quantity {display: none;}
.woocommerce-loop-product__title {font-size: 20px !important;font-weight: 500;line-height: 1.2;}
.woocommerce ul.products li.product a.button {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	padding: 12px 15px;
	font-size: 14px;
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
	border-radius: 7px;
	margin: 0;
}
.woocommerce ul.products li.product:hover a.button {visibility: visible;}
/* .woocommerce ul.products li.product a.button:hover {background-color: var(--green); color: var(--white);} */
.woocommerce ul.products li.product button[type="submit"], .woocommerce-page ul.products li.product button[type="submit"] {line-height: 40px; padding: 0; color: var(--white); height: 44px; display: block; width: 100%; text-align: center !important; font-size: 14px; font-weight: 600; background-color: var(--dark); border-radius: 0;}
.woocommerce ul.products li.product button[type="submit"]:hover, .woocommerce-page ul.products li.product button[type="submit"]:hover {background-color: var(--green); color: var(--white);}
.woocommerce ul.products li.product .out-of-stock, .woocommerce-page ul.products li.product .out-of-stock {
	min-height: 0;
    line-height: 1.2;
    padding: 5px !important;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    position: absolute;
    display: inline-block;
    width: auto;
    font-size: 500 !important;
    text-transform: uppercase;
    background-color: #8d8d8da1;
    color: var(--white);
    font-size: .757em;
    width: auto;
    border-radius: 3px;
    top: 0;
}
.woocommerce ul.products li.product.outofstock .price, .woocommerce-page ul.products li.product.outofstock .price {
	display: none;
	visibility: hidden;
}
.woocommerce ul.products li.product.outofstock a.button, .woocommerce-page ul.products li.product.outofstock a.button {
	background-color: var(--grey);
	display: none;
	visibility: hidden;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {margin-bottom: 30px;}

.page-breadcrumb .woocommerce-breadcrumb {text-align: center;font-size: 14px;color: rgba(0,0,0, .7); margin-bottom: 0 !important;}
.woocommerce-breadcrumb a {padding: 0 10px;}
.woocommerce-breadcrumb a:hover {color: var(--light) !important;text-decoration: underline;}

.woocommerce div.product div.images {position: relative; display: block; overflow: hidden; background-color: rgba(0,0,0, .3); border-radius: 10px; padding: 40px;}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {background-color: #004d1c;}
.woocommerce div.product div.images .flex-viewport {width: 100%; float: left;}
.woocommerce div.product div.images .flex-control-thumbs {width: 100%; float: left;}
.woocommerce div.product div.images .flex-control-thumbs li {padding: 5px; width: 25%;}

.woocommerce div.product div.summary {position: relative;}
.woocommerce div.product p.price, .woocommerce div.product span.price {font-size: 24px !important; margin: 0; color: var(--white); font-weight: 700; font-family: 'Manrope';}
.woocommerce-Price-currencySymbol {margin-right: 3px; font-weight: 300; position: relative;}
.woocommerce-product-details__short-description {font-size: 14px; display: none;}

.woocommerce-page table.cart td.actions .input-text {width: auto;}
.woocommerce .quantity input[type="number"] {height: 40px; width: 50px; float: right; border-radius: 0; font-size: 17px; font-weight: 700; border: 0;}
.woocommerce div.product form.cart button[type="submit"] {height: 40px; margin-left: 30px; color: var(--dark); border-radius: 10px; padding-left: 25px; padding-right: 25px; font-weight: 600; font-size: 14px; float: left; background: linear-gradient(0deg, #9c7220, #dcc545); background-color: #dcc545;}
.woocommerce div.product form.cart button[type="submit"]:hover {opacity: .9;}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	background-color: #fafafa1f;
	color: var(--white);
	box-shadow: none;
}

.sku_wrapper {display: block; font-size: 13px;}
.posted_in {display: block; font-size: 13px;}
.product_meta {margin: 25px 0 0 0;}
.tagged_as {display: block; font-size: 13px;}
.form-row.validate-required {font-size: 14px !important;}

.premium-woocommerce li.product .price .amount {color: var(--dark) !important; font-size: 16px !important;}

.woocommerce table.shop_table {border: 0 !important; background-color: rgba(0,0,0, .3); font-size: 15px; font-weight: 300; color: var(--white); border-radius: 7px;}
.woocommerce table.shop_table th {padding: 10px 0 !important; font-weight: 400; border-bottom: 1px solid rgba(255,255,255, .2);}
.woocommerce table.shop_table th.product-name dl.variation {font-size: 14px; margin: 0; display: none;}
.woocommerce table.shop_table th.product-name dl.variation dt {display: inline-block; padding: 0;}
.woocommerce table.shop_table th.product-name dl.variation dd {display: inline-block; padding: 0;}
.woocommerce table.shop_table th.product-name dl.variation dd p {margin: 0; padding: 0;}
.woocommerce table.shop_table td {padding: 10px !important; vertical-align: middle; font-weight: 300; border-bottom: 1px solid rgba(255,255,255, .2);}
.woocommerce table.shop_table td .woocommerce-Price-amount.amount bdi:after {display: none;}
.woocommerce table.shop_table td.product-name {font-weight: 600 !important; font-size: 16px;}
.woocommerce table.shop_table td.product-name dl.variation {display: none;}
.woocommerce-cart-form__cart-item.cart_item .product-name a {font-weight: 600; color: var(--white);}
.cart_item td dl.variation {font-size: 13px; font-weight: 400; line-height: 1.4;}
.woocommerce td.product-name dl.variation dt {clear: none;}
.woocommerce td.product-name dl.variation dt p {margin: 0 !important; font-weight: 600;}
.woocommerce td.product-name dl.variation dd p {margin: 0 !important; font-weight: 600;}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {font-weight: 300;}
.woocommerce-shipping-totals.shipping {width: 100%;}
.woocommerce-shipping-totals.shipping th {display: block; width: 100%;}
.woocommerce-shipping-totals.shipping td {display: block; width: 100%; font-size: 14px;}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {color: var(--white);}
.woocommerce-cart .cart-collaterals .cart_totals tr th {border-top: 0;}
.woocommerce-cart .cart-collaterals .cart_totals tr td {border-top: 0;}
.woocommerce .variations_form.cart {margin: 0 !important;}
.woocommerce div.product .stock {font-size: 16px !important; margin: 20px 0 0 0; color: var(--white);}
.woocommerce div.product .out-of-stock {margin: 0; margin-top: -43px; font-size: 14px !important; display: inline-block; padding: 7px 10px; border: 1px solid var(--grey); border-radius: 30px; position: absolute; right: 0; line-height: 1;}

.woocommerce-page div.product .woocommerce-tabs {overflow: hidden; margin-top: 40px; width: 100%; float: left;}
.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0; border-bottom: 1px solid rgba(255,255,255, .2); margin: 0 0 30px 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color: transparent; border: 0; padding: 0; margin: 0; margin-right: 30px !important; font-family: 'Manrope';}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 14px;font-weight: 600; text-transform: uppercase; color: var(--white);}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {color: var(--gold);}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: var(--gold); font-weight: 700;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background-color: transparent; border-bottom: 2px solid var(--gold); margin-right: 15px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {border-bottom: 0;}
.woocommerce #content div.product .woocommerce-tabs h2 {text-transform: uppercase; font-weight: 700; font-size: 14px; display: none;}
.woocommerce div.product .woocommerce-tabs .panel {font-size: 14px !important;}
.woocommerce div.product .woocommerce-tabs .panel h2 {font-size: 16px; display: none;}
.woocommerce div.product .woocommerce-tabs .panel h3 {font-size: 18px;}
.woocommerce div.product .woocommerce-tabs .panel ul {margin: 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs .panel ul li {margin-left: 15px;}

.woocommerce #review_form #respond #reply-title {font-size: 18px !important; font-weight: 400;}
.woocommerce #reviews #comments ol.commentlist {padding: 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 20px;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {width: 80px; border: 0; padding: 0;}
.woocommerce #reviews #comments ol.commentlist li .comment-text {border-radius: 0; margin-left: 100px; border: 0; padding: 0;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {margin-bottom: 5px;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {color: var(--dark);}
.woocommerce-review__published-date {font-size: 12px;}
.woocommerce p.stars a {color: #CC9638;}
.woocommerce #review_form #respond textarea {border: 1px solid #ccc; outline: 0; padding: 10px 15px;}
.woocommerce #review_form #respond input {border: 1px solid #ccc; outline: 0; width: 100%; padding: 10px 15px;}
.woocommerce #review_form #respond input[type="checkbox"] {width: auto; display: inline-block; margin-right: 5px;}
.woocommerce #review_form #respond input[type="submit"] {width: auto; display: inline-block; background-color: var(--green); color: var(--white); border-radius: 70px; padding: 12px 25px; font-size: 14px; text-transform: uppercase; border: 0;}
.woocommerce #review_form #respond input[type="submit"]:hover {background-color: var(--green);}
.woocommerce .related.products {clear: both; float: left; width: 100%;}
.woocommerce .related.products h2 {font-weight: 600; padding-bottom: 10px; font-size: 19px !important; border-bottom: 1px solid rgba(255,255,255, .2); margin-bottom: 30px !important;}
.woocommerce .related.products ul.products {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.woocommerce .related.products ul.products li.product {
	text-align: center;
    width: 23%;
    margin: 0;
    padding: 15px;
}
.woocommerce .related.products ul.products li.product a h2 {
	font-size: 17px !important;
    text-transform: none;
    line-height: 1.3;
    padding: 0 10px;
    margin: 20px 0 10px 0 !important;
    font-weight: 500 !important;
    border-bottom: 0;
}
.woocommerce .related.products ul.products li.product .price {
	font-weight: 400;
    font-size: 17px !important;
    color: var(--white);
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    font-family: 'Manrope';
}
.woocommerce .related.products ul.products li.product .excerpt {font-size: 12px;}
.woocommerce .related.products ul.products li.product .quantity {position: absolute !important; bottom: 80px; right: 15px; top: unset;}
.woocommerce .related.products ul.products li.product .quantity input[type="number"] {font-size: 14px; height: 24px; width: 60px;}
.woocommerce .related.products ul.products li.product button[type="submit"] {line-height: 40px; padding: 0; height: 44px; font-weight: 600; color: var(--white); display: block; width: 100%; text-align: center !important; font-size: 14px; background-color: var(--dark); border-radius: 0;}
.woocommerce .related.products ul.products li.product button[type="submit"]:hover {background-color: var(--green); color: var(--white);}
.woocommerce .related.products ul.products li.product form.cart {margin-bottom: 0;}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {width: 100%;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width: 100px !important;}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {padding: 0; margin: 20px 0 0 0;}
.wc-proceed-to-checkout a {font-weight: 500 !important; margin-bottom: 0 !important; font-size: 15px !important; padding: 14px 10px !important;}

.woocommerce ul.products li.product-category {margin-bottom: 0 !important; padding: 20px !important;}
.woocommerce ul.products li.product-category a img {margin-bottom: 0 !important;}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {text-align: center; text-transform: uppercase; font-size: 18px !important; font-weight: 600; margin: 0 !important; padding: 0 !important;}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title mark {display: block !important; background: transparent !important; color: #f00 !important; font-weight: 400 !important;}
.woocommerce-product-rating {margin-bottom: 10px !important;}
.woocommerce div.product .product_title {
	font-size: 36px;
	line-height: 1.2;
	color: var(--white);
	font-weight: 600;
}
.woocommerce div.product p.price {font-size: 22px !important; font-weight: 700; position: relative; color: var(--white);}
.woocommerce div.product p.price:before {
	content: "Price";
	font-size: 14px;
	position: relative;
	display: block;
	color: var(--gold);
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: 13px;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 10px;
    top: 9px;
}
.woocommerce div.product p.price del .woocommerce-Price-amount.amount, .woocommerce div.product span.price del .woocommerce-Price-amount.amount {
	color: rgba(255,255,255, .7) !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	display: block;
	font-size: 22px;
}

.woocommerce table.shop_attributes {text-align: left;}
.woocommerce table.shop_attributes th {padding: 10px 0;}

.woocommerce ul.products li.product .onsale {
	min-height: 0;
	line-height: 1.2;
	padding: 5px !important;
	left: unset;
	right: unset;
    transform: translateX(-50%);
    margin: 0;
    position: absolute;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    top: 0;
    font-size: .757em;
	display: none;
}
.woocommerce span.onsale {background-color: #da0422b0; min-height: 5.236em; min-width: 5.236em; line-height: 5.236; padding: 0; left: 0; top: 15px; border-radius: 3px; padding: 10px !important; line-height: 1.2 !important; min-height: 0 !important; display: none;}
.woocommerce div.product form.cart div.quantity {margin: 25px 30px 0 0; display: inline-block; position: relative; width: auto;}
.woocommerce-variation-price {display: inline-block; background-color: rgba(0,0,0, .3); border-radius: 5px; padding: 10px 15px; line-height: 1;}
.woocommerce-variation-availability {display: inline-block;}
.woocommerce-variation.single_variation {margin-bottom: 20px;}
.button-variable-item span {font-size: 12px !important; font-weight: 600;}
.woocommerce div.product form.cart .button[type="submit"].disabled {background-color: var(--grey) !important;}
.woocommerce form.woocommerce-cart-form table tr td .quantity .qty {height: 32px; width: 70px; position: relative; top: 0; left: 0; border: 1px solid rgba(255,255,255, .3); border-radius: 5px;}

.woocommerce-products-header {margin-top: 0;}
.woocommerce-products-header h1 {margin: 0; margin-bottom: 0;}
.woocommerce .quantity .qty {height: 40px; width: 120px; float: left; border: 0 outline: 0; background-color: transparent; color: var(--white); font-weight: 600;}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {width: 100%;font-weight: 500;font-size: 15px;}
.woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {background-color: var(--green); color: var(--white);}
.woocommerce div.product div.summary {text-align: left;}
.woocommerce div.product div.summary .woocommerce-tabs.wc-tabs-wrapper {display: block !important; width: 100%;}
.woocommerce a.button {
	border: 0 !important;
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 30px;
}
.woocommerce a.button:hover {
	opacity: .9;
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
}
.woocommerce button.button.alt {background-color: var(--dark); display: block; color: var(--white); outline: none;}
.woocommerce button.button.alt:hover {background-color: var(--green); color: var(--white); outline: none;}
.woocommerce input.button.alt {background-color: var(--dark); border-bottom: 3px solid #580303; width: auto; padding: 17px 20px !important;}
.woocommerce input.button.alt:hover {background-color: var(--green); outline: none; border: 0;}
.woocommerce a.button.alt {line-height: 1.2 !important; border-radius: 10px; background-color: var(--gold); color: var(--dark) !important; font-weight: 500; width: auto; border: 0; padding: 15px 20px;}
.woocommerce a.button.alt:hover {opacity: .9; background-color: var(--gold); color: var(--dark); outline: none; border: 0;}
.woocommerce div.product form.cart .button {float: right; width: auto; height: 40px; border-radius: 10px; margin-top: 25px;}

.woocommerce-product-excerpt {
	margin-bottom: 15px;
	color: var(--green);
	font-weight: 600;
	line-height: 1.2;
	display: none;
	visibility: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px !important;
	text-transform: none;
	line-height: 1.2;
	padding: 0;
	margin: 20px 0 0 0 !important;
	border-bottom: 0;
	font-weight: 500 !important;
	color: var(--white);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {color: var(--gold);}
.woocommerce ul.products li.product .price {text-decoration: none; font-weight: 300; font-size: 17px; color: var(--white); padding: 0; margin: 5px 0 0 0; display: flex; align-items: center; justify-content: center;}
.woocommerce ul.products li.product .price del {font-size: 12px; margin-right: 10px; position: relative; color: var(--white) !important; top: 0;}
.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount {color: var(--white) !important;}
.woocommerce ul.products li.product .price ins {text-decoration: none; font-size: 17px; display: block; font-weight: 300;}
.woocommerce .star-rating {width: 5.5em; display: block;}
.woocommerce .star-rating span {color: var(--gold);}
.woocommerce form.woocommerce-ordering {margin-bottom: 30px;}
.woocommerce form.woocommerce-ordering select.orderby {padding: 6px 10px; border: 0; color: var(--white); background-color: rgba(0,0,0, .3); border-radius: 5px; font-size: 14px; outline: none;}
.woocommerce form.woocommerce-ordering select.orderby option {
	background-color: var(--dark);
	border-radius: 5px;
	border: 0;
	outline: none;
}
.woocommerce-Price-amount.amount {
	color: var(--white);
}
.woocommerce .cart .button, .woocommerce .cart input.button {width: auto; border-radius: 7px;}
.woocommerce .widget_price_filter .price_slider_amount {text-align: center;}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {width: auto !important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	padding: 15px 30px;
	width: auto;
	margin-top: 10px;
	border-radius: 10px !important;
	float: left; font-size: 15px;
	font-weight: 500;
	color: var(--dark);
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {background: linear-gradient(0deg, #9c7220, #dcc545); background-color: #dcc545; color: var(--dark); opacity: .9;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {border-radius: 0; background-color: transparent;}
.woocommerce-checkout #payment ul.payment_methods {padding: 0; border: 0;}
.woocommerce-checkout #payment ul.payment_methods li {width: 100% !important; margin: 0 !important; text-align: left !important; font-size: 14px !important; font-weight: 400 !important;}
.woocommerce-checkout #payment div.form-row {padding: 0;}
.woocommerce-checkout #payment div.payment_box {background-color: transparent; padding: 0; line-height: 1.2; font-size: 11px; color: rgba(255,255,255, .4);}
.woocommerce-checkout #payment div.payment_box p {font-size: 11px !important; font-weight: 400 !important;}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--white);
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
	display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	float: left;
	width: 61%;
	background-color: rgba(0,0,0, .3);
	padding: 20px;
	border-radius: 7px;
}
.woocommerce .col2-set .col-1 .woocommerce-billing-fields h3 {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	float: left;
}
#order_review {
	float: right;
	width: 36%;
	background-color: rgba(0,0,0, .3);
	padding: 20px;
	border-radius: 0 0 7px 7px;
}
h3#order_review_heading {
	float: right;
	width: 36%;
	font-size: 24px;
	color: var(--white);
	padding: 20px;
	line-height: 1;
	margin: 0;
	background-color: rgba(0,0,0, .3);
	border-radius: 7px 7px 0 0;
}
#order_review table {
	background-color: transparent;
}
.woocommerce-privacy-policy-text p {font-size: 13px !important;}

.woocommerce .woocommerce-breadcrumb {
	padding-bottom: 20px;
	color: #555;
	font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--dark) !important;
}
.single-product nav.woocommerce-breadcrumb {border-bottom: 0 !important;}
.woocommerce .woocommerce-result-count {display: block; font-size: 14px;}
.woocommerce-info {border: 0; border-left: 4px solid #f00;}
.woocommerce form .form-row {padding: 0; font-size: 14px !important;}
.woocommerce form .form-row textarea {padding: 5px 10px;}
.woocommerce .order_details {padding: 20px 0 0 0; margin: 0 !important; border: 0; border-radius: 5px; background-color: transparent;}
.woocommerce-thankyou-order-received {padding: 10px 20px; font-size: 15px; background-color: var(--gold); color: var(--dark); border: 0; margin: 0 0 15px 0;}
.woocommerce ul.products li.product a img {/*pointer-events: none; cursor: default; */margin-bottom:0 !important;}
.woocommerce ul.products li.product a h2 {font-size: 20px !important; margin-bottom: 0 !important;}
.woocommerce ul.products li.product a p {margin: 0;}
.woocommerce-billing-fields {
	position: relative;
}
.woocommerce form .form-row input {
	line-height: 40px !important;
	height: 40px !important;
	border: 1px solid rgba(255,255,255, .2) !important;
	text-indent: 10px;
	border-radius: 0;
	background-color: rgba(255,255,255, .1) !important;
	color: var(--white) !important;
}
.woocommerce form fieldset {border: 1px solid #ddd !important; padding: 20px;}
.woocommerce form .form-row input:-internal-autofill-selected {
	background-color: var(--white) !important;
}
.woocommerce form .form-row input[type="checkbox"] {
	line-height: 1 !important;
    height: 1.15em !important;
    border: 1px solid var(--dark) !important;
    text-indent: 0;
    border-radius: 0;
    margin: 0 12px 0 0;
    display: inline-block;
    top: 0;
}
#mailpoet_woocommerce_checkout_optin_field {
	display: none;
}
.woocommerce form .form-row input[type="checkbox"]:checked:after {
	top: 0;
}
.woocommerce form .form-row textarea {
	line-height: 40px !important;
	height: 100px !important;
	border: 1px solid rgba(255,255,255, .2) !important;
	text-indent: 10px;
	border-radius: 0;
	background-color: rgba(255,255,255, .1) !important;
	color: var(--white) !important;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	border: 1px solid rgba(255,255,255, .2) !important;
	background-color: rgba(255,255,255, .1) !important;
    border-radius: 0;
    height: 40px;
    line-height: 37px;
    margin: 0;
    color: var(--white);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
	color: var(--white);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	color: var(--white);
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	font-size: 14px;
}
.woocommerce .col2-set .col-2 .woocommerce-additional-fields h3 {
	line-height: 1;
	font-size: 18px;
	margin: 20px 0 10px 0;
}
.woocommerce ul#shipping_method li input:after {top: -6px; left: 2px;}
.woocommerce ul#shipping_method li label {font-size: 14px; font-weight: 500;}
.woocommerce-page div.product div.summary {font-size: 14px;}
.woocommerce-page div.product div.summary form {background-color: transparent; padding: 0;}
.woocommerce-page div.product div.summary div[itemprop="description"] p {
   margin: 30px 0 0 0;
}
div[itemprop="description"] p {
   margin: 5px 0 0 0;
}
.woocommerce-error, .woocommerce-info {background-color: #e9f3f7;}
.woocommerce-message {border-top: 0 !important; padding: 10px 15px 10px 59px !important; background-color: rgba(0,0,0, .3) !important; color: var(--white) !important; line-height: 2.2 !important; top: 0;right: 0;width: 100%; margin-bottom: 20px; outline: none; font-size: 14px;}
.woocommerce-message::before {top: 11px;}
.woocommerce-message a {color: var(--dark) !important; border: 0 !important; font-size: 13px; font-weight: 400; padding: 10px 20px !important; border-radius: 5px !important;}
.woocommerce .woocommerce-product-rating a.woocommerce-review-link {position: relative; font-size: 13px; top: 0; margin-left: 5px;}
.woocommerce div.product p.price ins {color: var(--gold);}
.woocommerce div.product form.cart .variations {clear: both; margin: 20px 0 0 0; display: block;}
.woocommerce div.product form.cart .variations tbody {display: flex; flex-wrap: wrap;}
.woocommerce div.product form.cart .variations tbody tr {margin-right: 10px;}
.woocommerce div.product form.cart .variations tr {margin-bottom: 10px; display: block;}
.woocommerce div.product form.cart .variations td.label {font-weight: 500;}
.woocommerce div.product form.cart .variations label {font-weight: 500; position: relative;}
.woocommerce div.product form.cart .reset_variations {background-color: transparent; padding: 0; margin-top: 8px; position: absolute; margin-left: 20px;}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {line-height: 1.7 !important; display: block;}
.woocommerce div.product .select_option {border: 2px solid #ddd; border-radius: 100%;}
.woocommerce div.product form.cart .variations select {width: 100% !important; border: 1px solid rgba(255,255,255, .7); padding: 8px 25px 8px 10px; margin-right: 0; font-size: 14px; font-weight: 400; border-radius: 7px; color: var(--white); outline: none;}
.woocommerce div.product form.cart .variations select {background: url(img/arrow-down.png) 95% 50% no-repeat; background-size: 12px;}
.woocommerce div.product form.cart .variations select option {background-color: var(--dark); border: 0; outline: none; border-radius: 7px;}
.select_option span, .select_option img {border-radius: 100%;}
.select_option:hover, .select_option.selected {border: 2px solid var(--green) !important;}
.woocommerce a.added_to_cart {display: none !important;}
.woocommerce button.button.added::after, .woocommerce input.button.added::after {display: none !important;}

.woocommerce-form-coupon-toggle {display: none;}

.woocommerce-cart-form {float: left; width: 72%;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 25%; float: right; padding: 25px; background-color: rgba(0,0,0, .3); border-radius: 7px;}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {background-color: transparent;}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {margin: 0 0 15px 0; padding-bottom: 10px; font-size: 20px; line-height: 1.2; border-bottom: 1px solid var(--gold);}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping {display: none;}
.woocommerce table.cart td.actions .coupon {display: none; visibility: hidden;}

.woocommerce-checkout .product-item-thumbnail {width: 15%; padding-right: 0; margin-right: 3% !important;}
.woocommerce-checkout .product-item-thumbnail img {width: 100%; overflow: hidden;}
.woocommerce-checkout .product-name .product-quantity {position: relative;}

.single_variation_wrap {position: relative; margin-bottom: 15px; overflow: hidden;}

.woocommerce-page ul.products li.first, .woocommerce-page ul.products::after {clear: none;}

/* -----  member area ------ */
.woocommerce-account .col2-set, .woocommerce-account .woocommerce-page .col2-set {width: 100% !important;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border: 0; padding: 0;}
.woocommerce form.login, .woocommerce form.register {margin: 0 auto !important; float: none !important; max-width: 100% !important;}
.woocommerce form.login p, .woocommerce form.register p {margin-top: 10px !important;}
.woocommerce-ResetPassword {margin: 0 auto !important; float: none !important; max-width: 100% !important;}
.woocommerce-ResetPassword .woocommerce-form-row {width: 100% !important;}
.woocommerce-error::before {display: none;}
.woocommerce-error li {float: none !important; width: 100% !important; padding: 0 !important; font-size: 12px; font-weight: 400;}
.woocommerce-account .woocommerce-MyAccount-navigation {position: relative; width: 30%; background: rgba(0,0,0, .3); padding: 20px; color: var(--white); border-radius: 10px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {margin: 0; padding: 0; list-style: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {display: block; border-bottom: 1px solid rgba(255,255,255, .1); width: 100% !important; text-align: left !important;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {display: block; font-weight: 400; color: var(--white); padding: 5px 0;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {color: var(--gold); font-weight: 500;}
.woocommerce-account .woocommerce-MyAccount-content {width: 65%; text-align: left; font-size: 14px;}
.woocommerce-account .woocommerce-MyAccount-content a { display: inline !important; line-height: 1.2 !important;}
.woocommerce .woocommerce-order-details h2 {font-size: 24px;}
.woocommerce .woocommerce-order-details table {background-color: transparent !important;}
.woocommerce .woocommerce-order-details table tr th {padding: 8px 15px !important;}
.woocommerce .woocommerce-order-details table tr td {padding: 8px 15px !important;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {line-height: 1.5;}
.woocommerce .col2-set .col-1 h2, .woocommerce-page .col2-set .col-1 h2 {margin-top: 0; font-size: 24px;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {line-height: 1.5;}
.woocommerce .col2-set .col-2 h2, .woocommerce-page .col2-set .col-2 h2 {font-size: 24px; margin: 0 0 20px 0;}

.woocommerce .woocommerce-customer-details {width: 100%; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between;}
.woocommerce .woocommerce-customer-details address {padding: 20px !important; border-radius: 5px; background-color: rgba(0,0,0, .3);}
.woocommerce .woocommerce-customer-details .col-1 {width: 48% !important;}
.woocommerce .woocommerce-customer-details .col-2 {width: 48% !important; margin-left: auto;}
.woocommerce-customer-details .col2-set {width: 100% !important; display: flex; flex-wrap: wrap;;}
 
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
}

.quantity button.plus, .quantity button.minus {
	background: #ffffff1c !important;
    border: 0 !important;
    height: 40px !important;
    width: 40px;
    border-radius: 70px;
    font-weight: 600;
    font-size: 17px;
    color: var(--white);
}
.quantity button.plus {
	position: absolute;
	left: 100px;
}

/* Chrome, Safari, Edge, Opera */
.woocommerce-page div.product div.summary .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.product div.summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce-page div.product div.summary .quantity input[type="number"] {
  -moz-appearance: textfield;
}

body.woocommerce-order-received #big-title {
	display: none;
	visibility: hidden;
	height: 0;
	padding: 0;
}
body.page-id-2636 #big-title {
	display: none;
}
body.woocommerce-order-received #main-wrapper .container {
	max-width: 768px;
}
body.home .woocommerce ul.products li.product, body.home .woocommerce-page ul.products li.product {
	position: relative;
	margin-bottom: 10px;
	width: 23%;
}
.woocommerce-bacs-bank-details {
	margin: 30px 0 !important;
	background-color: rgba(0,0,0, .3);
	padding: 20px;
	color: var(--white);
	border-radius: 3px;
}
.woocommerce-bacs-bank-details h2 {
	font-weight: 400;
	font-size: 16px;
	margin: 0 !important;
}
.woocommerce-bacs-bank-details h3 {
	font-weight: 500;
	font-size: 17px;
	margin: 5px 0 !important;
	color: var(--white);
}
ul.wc-bacs-bank-details.order_details.bacs_details {
	padding: 0;
	border: 0 !important;
}
ul.wc-bacs-bank-details.order_details.bacs_details li.account_number {
	padding-top: 0 !important;
}
.woocommerce .woocommerce-order-details {
	margin-bottom: 0;
}
.woocommerce .woocommerce-order-details h2 {
	margin: 20px 0 0 0 !important;
	font-size: 18px !important;
}
.woocommerce .woocommerce-order-details table {
	font-size: 14px;
}
.woocommerce .woocommerce-order-details table tr th {
	font-size: 14px !important;
	padding: 5px 0 !important;
}
.woocommerce .woocommerce-order-details table tr td {
	font-size: 14px !important;
	padding: 5px 0 !important;
}
.woocommerce .woocommerce-customer-details {
	font-size: 14px;
}
.woocommerce .woocommerce-customer-details h2 {
	margin: 20px 0 10px 0 !important;
	font-size: 18px !important;
}
.woocommerce td.product-name .wc-item-meta {margin: 0; padding: 0;}
.woocommerce td.product-name .wc-item-meta li p {
	margin: 0;
	font-weight: 300;
}

/* ------------ end of woocommerce style ----- */

div.wpcf7 {position: relative;}
div.wpcf7 label {position: relative; font-size: 14px; color: var(--white);}
span.wpcf7-list-item {margin: 0; padding: 0;}
div.wpcf7 h3 {margin: 0; font-size: 13px;}
div.wpcf7 .wpcf7-form {position: relative; overflow: hidden;}
div.wpcf7 .wpcf7-form p {line-height: 0; margin: 0;}
div.wpcf7 .wpcf7-form .one-col {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
div.wpcf7 .wpcf7-form .one-col h4 {
	margin: 0;
	font-size: 12px;
	background-color: var(--white);
	padding: 5px 8px 0 8px;
	line-height: 1;
	border-radius: 5px;
	z-index: 1;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 10px;
}
div.wpcf7 .wpcf7-form .two-col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}
div.wpcf7 .wpcf7-form .two-col .half {
	width: 48%;
	position: relative;
}
div.wpcf7 .wpcf7-form .two-col .half h4 {
	margin: 0;
	font-size: 12px;
	background-color: var(--white);
	padding: 5px 8px 0 8px;
	line-height: 1;
	border-radius: 5px;
	z-index: 1;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 10px;
}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: var(--dark);
	background-color: var(--white);
	display: block;
	border-radius: 5px;
	margin: 15px 0;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 0;
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 0;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	margin: 5px 0;
	color: var(--dark);
	background-color: var(--white);
	display: block;
	border-radius: 5px;
	height: 100px;
	margin: 15px 0;
	font-weight: 700;
}
div.wpcf7 .wpcf7-form select {
	height: 40px;
}
div.wpcf7 .wpcf7-form textarea {
	margin-bottom: 20px;
}
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: 0;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: 100%;
	outline: 0;
	border: 0;
	line-height: 40px;
	font-weight: 600;
	padding: 0;
	height: 44px;
	color: var(--white);
	display: block;
	width: 100%;
	text-align: center !important;
	font-size: 14px;
	background-color: var(--green);
	border-radius: 5px;
    font-size: 16px;
    margin: 20px 0 0 0;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: var(--dark);
	outline: 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
    margin: -6px 7px 0 0;
    border: 0;
    height: auto;
    padding: 0;
    float: left;
    line-height: 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(--dark)0001c !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}

.subscribe {position: relative;}
.subscribe div.wpcf7 .wpcf7-form {
	display: block;
}
.subscribe div.wpcf7 .wpcf7-form input {
	background-color: transparent;
	border: 1px solid rgba(255,255,255, .7);
	color: var(--white);
	font-weight: 400;
	width: 60%;
	margin: 0;
}
.subscribe div.wpcf7 .wpcf7-form input[type="submit"] {
	color: var(--dark);
	font-weight: 500;
	border: 0;
	width: 37%;
	margin: 0;
	float: right;
	height: 40px;
	line-height: 40px;
	position: relative;
	top: -2px;
	background: linear-gradient(0deg, #9c7220, #dcc545);
    background-color: #dcc545;
}
.subscribe div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	opacity: .9;
}

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

#nav-toggle { cursor: pointer; padding: 0; }
#nav-toggle strong {font-size: 8px; line-height: 1; display: block; color: var(--white); margin-top: 12px; font-weight: 400;}
#nav-toggle span {
  cursor: pointer;
  height: 2px;
  width: 24px;
  background:var(--white);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 24px;
  background:var(--white);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 24px;
  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(--white);
}
.menu-dropdown {
  position: fixed;
  width: 250px;
  right: 20px;
  border-radius: 10px;
  background-color: var(--white);
  z-index: 999;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.menu-dropdown .cart-mobile {
	background-color: var(--white);
	overflow: hidden;
	width: 100%;
	padding: 20px;
	border-radius: 4px;
}
.menu-dropdown .user-acc {
	position: relative;
	width: 100%;
}
.menu-dropdown .user-acc a {
	display: block;
	position: relative;
	z-index: 1;
	color: var(--white);
	margin-left: 0;
	text-align: left;
	line-height: 1;
	display: flex;
	align-items: center;
}
.menu-dropdown .user-acc a span {
	position: relative;
	padding: 0;
}
.menu-dropdown .user-acc a span.my-acc {
	padding: 0 0 0 10px;
	color: var(--white);
}
.menu-dropdown #woo-cart-button {
	position: relative;
	display: flex;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255, .2);
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: var(--white);
}
.menu-dropdown #woo-cart-button span {
	color: var(--white);
	margin-right: 5px;
}
.menu-dropdown #woo-cart-button a {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--white);
}
.menu-dropdown #woo-cart-button a .woocommerce-Price-amount.amount {color: var(--white);}
.menu-dropdown #woo-cart-button a .woocommerce-Price-amount.amount bdi:after {
	display: block;
}
.menu-dropdown #woo-cart-button .cart-contents-count {
	position: absolute;
    color: var(--white);
    background-color: #e73f3f;
    z-index: 0;
    right: -17px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    top: -12px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.menu-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-dropdown ul li {
	border-bottom: 1px solid rgba(0,0,0, .2);
}
.menu-dropdown ul li a {
	color: var(--green);
	padding: 8px 0;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.menu-dropdown ul li a i {
	color: rgba(0,0,0, .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: #128823;
    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: 300px;
    top: 100px;
	padding: 10px;
	background-color: #c0ba93;
}
#slickbox .widget_product_search {
	display: flex;
    justify-content:space-between;
    border: 0;
    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;
	font-size: 13px;
	text-indent: 7px;
}
#slickbox form.woocommerce-product-search button[type="submit"] {
	background-color: var(--green);
	border: 0;
	outline: none;
	height: 32px;
	color: var(--white);
	font-size: 14px;
	margin-left: auto;
}
.header.scrolled #slickbox {
	top: 80px;
}

body.cart .sidebar,
body.wishlist .sidebar,
body.checkout .sidebar,
body.my-account .sidebar {
	display: none;
	visibility: hidden;
}
body.my-account .woocommerce {
	max-width: 450px;
	margin: 0 auto;
	padding: 50px 20px;
}
body.my-account .woocommerce h2 {
	margin: 0 0 20px 0;
	font-size: 27px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	background-color: var(--gold);
	color: var(--dark);
	padding: 14px 10px;
}
.woocommerce .woocommerce-form-login:hover .woocommerce-form-login__submit:hover {
	background-color: var(--gold);
	color: var(--dark);
	opacity: .9;
}
.woocommerce form.login p.lost_password, .woocommerce form.register p.lost_password {
	font-size: 13px;
}
body.logged-in.my-account .woocommerce {
	max-width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 20px;
}
.woocommerce-checkout .variation {
	display: none;
}

body.home #big-title {
	display: none;
	visibility: hidden;
}
body.luwak-journey #big-title {
	display: none;
	visibility: hidden;
}
body.luwak-journey .hand {
	position: relative;
	max-width: 1360px;
}
body.luwak-journey .hand img {
	position: absolute;
	top: -800px;
	z-index: 9;
	left: 0;
}
body.our-story #big-title {
	display: none;
	visibility: hidden;
}

.rotating-text-wrapper {
	height: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
.rotating-text-wrapper h2 {
	font-size: 20px;
	margin: 0;
	padding: 10px;
	color: var(--gold);
	animation-duration: 10s;
	animation-iteration-count: infinite;
	opacity: 0;
}
.rotating-text-wrapper h2:nth-child(1) {
	background-color: rgba(0,0,0, .7);
	animation-name: rotating-text-1;
}
@keyframes rotating-text-1 {
  0% {
    transform: translateY(200%);
  }
  33% {
    transform: translateY(100%);
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
}
.rotating-text-wrapper h2:nth-child(2) {
	background-color: rgba(0,0,0, .7);
  animation-name: rotating-text-2;
}
@keyframes rotating-text-2 {
  33% {
    transform: translateY(100%);
    opacity: 0;
  }
  66% {
    transform: translateY(0);
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}
.rotating-text-wrapper h2:nth-child(3) {
	background-color: rgba(0,0,0, .7);
  animation-name: rotating-text-3;
}
@keyframes rotating-text-3 {
  66% {
    transform: translateY(0);
    opacity: 0;
  }
  99% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

body.home .header {
	top: 40px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1080px) {
	.header .container,
	#main-wrapper .container,
	#big-title,
	#main-wrapper .post-header,
	#primary,
	body.cart .woocommerce,
	body.checkout .woocommerce,
	.header-shop,
	.filter-post,
	.copyright .container,
	#news-blog .container {padding-left: 20px !important; padding-right: 20px !important;}
	.nav ul li a {font-size: 16px;}
	#main-wrapper .post-thumb {height: 400px;}
	#main-wrapper .post-thumb img {height: 400px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	body {font-size: 14px; line-height: 1.5;}
	.header {display: block; z-index: 99; height: 120px; top: 0;}
	.header .container {position: relative; padding: 0; height: 120px;}
	.header .container .inner {height: 80px;}
	.header .container .logo {margin-right: 0;}
	.header .container .logo a img {width: 50px;}
	.right-area {right: 60px; position: absolute;}
	.right-area #woo-cart-button a .woocommerce-Price-amount.amount {color: var(--dark);}
	.right-area .user-acc a {margin-right: 0; margin-left: 20px;}
	.nav {display: none;}
	#search {margin-right: 0;}
	#search ul li a {padding: 5px 15px;}
	#search ul li a span.text {display: none;}
	.header.scrolled {transition: none;}
	.header .navigation {height: 0;}
	.header .navigation .inner {height: 0;}
	
	.header #megamenu {display: block !important; top: 52px; z-index: 99; position: absolute;}
	.header.scrolled #megamenu {display: block !important; top: 32px; z-index: 99;}
	body.home .header {top: 0;}
  	
  	.menu-dropdown {display: block; top: 80px;}
  	.header.scrolled .menu-dropdown {display: block; top: 80px;}
  	.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;}
	.hero-title h1 a.typewrite {font-size: 40px;}

  	body.luwak-journey .hand img {top: -400px;}

  	#big-title {height: 120px;}
  	#big-title .container {padding: 50px 20px;}
	#big-title .container h1 {font-size: 27px; line-height: 1.2;}

	#main-wrapper .post-header h1 {font-size: 32px;}
	#main-wrapper .post-header p {font-size: 14px;}
	#main-wrapper .post-thumb {height: 300px;}
	#main-wrapper .post-thumb img {height: 300px;}

  	.breadcrumb {overflow-y: hidden;overflow-x: scroll;white-space: nowrap; border-bottom: 0;}
  	.woocommerce .woocommerce-breadcrumb {border-bottom: 0; left: 0; line-height: 1.4; margin-bottom: 15px !important;}

  	.woocommerce div.product .product_title {font-size: 27px;}
  	.woocommerce-page div.product div.summary {font-size: 14px;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	
	.header .right-area #slickbox {position: fixed; top: 108px; padding: 10px 20px; background-color: #c0ba93; width: 100%; left: 0;}
	.header.scrolled .right-area #slickbox {top: 80px;}

	h1 {font-size: 30px;}
	h2 {font-size: 27px;}
	h3 {font-size: 24px;}
	h4 {font-size: 18px;}
	h5 {font-size: 14px;}
	h6 {font-size: 12px;}
	
	body.luwak-journey .hand img {top: -300px;}
	
	.hero-title {height: 70px;}
	.hero-title h1 a.typewrite {font-size: 30px;}

	.why-choose .elementor-image-box-img {top: 0; width: 60px !important;}
	.why-choose .elementor-image-box-content h3 {margin: 10px 0;}

	ul.display-posts-listing li a.title {font-size: 16px;}
	ul.display-posts-listing li .excerpt {font-size: 14px;}

	.filter-post {padding: 20px;}

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 0;}
	#main-wrapper .container.grid {display: block;}
	#main-wrapper .container.grid article {width: 100%;}
	#main-wrapper .container.grid article .post-thumb {width: 100%; margin-right: 0; height: 180px;}
	#main-wrapper .container.grid article .post-thumb img {height: 180px;}
	#main-wrapper .container.grid article .post-wrap {width: 100%; margin-top: 20px; float: left;}
	#main-wrapper .container.grid article .post-wrap h2 {font-size: 20px;}
	#main-wrapper .container.grid article .post-wrap p {font-size: 14px; margin-top: 10px;}
	#main-wrapper .container.grid article .post-wrap .metadata {margin-top: 15px;}
	#main-wrapper .post-header {padding: 50px 20px 30px 20px;}
	#main-wrapper .post-header h1 {font-size: 27px;}
	#main-wrapper .post-header p {font-size: 14px;}
	#main-wrapper .post-thumb {height: 240px;}
	#main-wrapper .post-thumb img {height: 240px;}
	#main-wrapper .container article.full .info-author {width: 100%;}
	#main-wrapper .container article.full img {width: 100%;}
	#main-wrapper .container article.full .body-content {width: 100%; padding-left: 0; margin-top: 10px;}
	#main-wrapper .container article.full .body-content h1 {font-size: 24px;}
	#main-wrapper .container article.full .body-content h2 {font-size: 21px;}
	#main-wrapper .container article.full .body-content p {font-size: 15px;}
	#main-wrapper .container article.full .body-content ul li {font-size: 15px;}

	#primary {padding: 50px 20px;}
	.header-shop {padding: 50px 20px 0 20px;}
	.header-shop h1 {font-size: 24px;}
	.header-shop p {font-size: 14px;}

	.woocommerce ul.products li.product a.button {padding: 7px 10px; font-size: 12px;}

	.woocommerce-breadcrumb {margin-bottom: 0 !important;}
	.woocommerce .products ul, .woocommerce ul.products {
		width: 100%;
		float: left;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {width: 100%;}
	#order_review {
		float: left;
		width: 100%;
		padding: 20px;
	}
	h3#order_review_heading {
		float: left;
		width: 100%;
		margin-top: 25px;
	}

	.product-item-thumbnail {width: 80%; margin-bottom: 5px;}
	.cart_item td dl.variation {margin-top: 10px; margin-left: 0;}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
	.woocommerce ul.products li.product-category {padding: 10px !important; width: 50% !important;}
	.woocommerce div.product div.images .flex-viewport {width: 100%; float: left;}
	.woocommerce div.product div.images .flex-control-thumbs {width: 100%; float: left; margin-top: 3px;}
	.woocommerce div.product div.images .flex-control-thumbs li {padding: 5px; width: 25%;}
	.woocommerce div.product span.onsale {position: relative; top: 0;}
	.woocommerce-page div.product .woocommerce-tabs {width: 100%; margin-top: 0;}
	.up-sells {width: 100%; margin-top: 0;}

	#primary .site-main .woocommerce-products-header {padding: 0 0 20px 0;}
	#primary .site-main .woocommerce-products-header h1 {line-height: 1.2; font-size: 27px;}
	#primary .site-main .woocommerce {width: 100%; float: left;}
	#primary .site-main .woocommerce ul.products li.product {margin-bottom: 20px;}

	.woocommerce-cart-form {width: 100%;}
	.woocommerce table.shop_table td.product-quantity {overflow: hidden;}
	.woocommerce table.shop_table td.product-quantity .quantity {overflow: hidden; float: right; margin-right: 0;}

	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 100%; float: left;}
	.woocommerce table.shop_table tbody:first-child tr:first-child th {background-color: transparent !important;}

	.woocommerce ul.order_details {padding: 10px 0 0 0;}
	.woocommerce ul.order_details li {width: 100%; border-right: 0; border-bottom: 1px solid #ddd; padding: 10px 0;}
	.woocommerce .woocommerce-order-details table tr th {padding: 8px 0 !important;}
	.woocommerce .woocommerce-order-details table tr td {padding: 8px 0 !important;}
	.woocommerce .woocommerce-customer-details .col-1 {width: 100% !important;}
	.woocommerce .woocommerce-customer-details .col-2 {width: 100% !important; margin-top: 20px;}

	#related {padding: 50px 20px;}
	#related h3 {font-size: 27px;}
	#related ul li {width: 100%; margin: 0 0 20px 0;}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {margin-bottom: 15px !important; width: 48%; padding: 15px;}
	body.home .woocommerce ul.products li.product, body.home .woocommerce-page ul.products li.product {width: 48%;}
/* 	body.home .woocommerce ul.products li.product:first-child {width: 100%;} */
	.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 15px !important;}
	.woocommerce-account .woocommerce-MyAccount-navigation {width: 100%;}
	.woocommerce-account .woocommerce-MyAccount-content {width: 100%; margin-top: 30px;}
	.woocommerce ul.products li.product .price {font-size: 13px;}
	.woocommerce .related.products ul.products {display: block;}
	.woocommerce .related.products ul.products li.product {width: 48%;}
	.woocommerce .related.products ul.products li.product a h2 {font-size: 15px !important;}
	.woocommerce .related.products ul.products li.product .price {font-size: 13px !important;}

	.woocommerce div.product form.cart button[type="submit"] {width: auto;}
	.woocommerce div.product form.cart .button {float: left; width: 100%; margin-top: 15px;}

	.woocommerce-order-details {
		width: 100%;
		float: left;
	}
	.woocommerce .woocommerce-customer-details {
		width: 100%;
		float: left;
	}
	.woocommerce .woocommerce-customer-details h2 {
		margin: 0 !important;
	}
	ul.wc-bacs-bank-details.order_details.bacs_details li {
		border: 0 !important;
	}

	.woocommerce div.product form.cart div.quantity {margin-top: 15px;}
	body.cart .woocommerce {padding: 50px 20px;}
	body.checkout .woocommerce {padding: 50px 20px;}
	body.woocommerce-order-received {padding-top: 100px;}

	.copyright {line-height: 1.3; color: rgba(0,0,0,.7); padding: 0 0 30px 0;}
	.copyright .container {padding: 0 20px;}
	.copyright .container .col {display: block; width: 100%; text-align: center;}
	.copyright .container .col img {width: 50px; margin-bottom: 10px;}
	.copyright .container .col.right {text-align: center; margin-top: 20px;}
	.copyright .container .col.right ul {text-align: center;}
	.copyright .container .col.right ul li {margin-right: 5px; margin-right: 5px;}
} 
@media only screen and (max-width:640px) {
	.woocommerce .woocommerce-result-count {width: 120px; line-height: 1; font-size: 13px;}
	.woocommerce form.woocommerce-ordering {width: 150px; position: relative; top: -5px; margin-bottom: 20px;}
	.woocommerce form.woocommerce-ordering select.orderby {width: 150px;}
	.woocommerce table.shop_table td {padding: 5px 10px !important; font-size: 14px; font-weight: 300;}
	.woocommerce div.product form.cart .variations tbody tr {width: 100%; margin-right: 0;}
	.woocommerce div.product form.cart .reset_variations {position: relative; margin-left: 0;}
}
@media only screen and (max-width:480px) {
	.hero-journey {padding-bottom: 0;}
	body.luwak-journey .hand-mobile img {display: block; top: -250px;}
	.whatsapp {bottom: 20px !important;}
}
/*------------------------------------*\
    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(--dark) !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: var(--light);
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--gold);
}
